Release 10.1A: OpenEdge Data Management:
DataServer for ORACLE
Run Stored-Proc statement execution without the LOAD-RESULT-INTO phrase
To implement most data retrieval options associated with a stored procedure, (excluding those that involve loading retrieved data into temp-tables) you must define the
RUN STORED-PROCstatement and explicitly end the stored procedure using theCLOSE STORED-PROCstatement.You must define the
RUN STORED-PROCand explicitly complete access to the stored procedureOUTPUTwith theCLOSE STORED-PROCsyntax expressions for a stored procedure implementation that retrieves the following types of data from the foreign data source:For more information about these data retrieval options, see the "Data output and retrieval options" section.
Note: You can also implicitly or explicitly close a stored procedure to retrieve these types of data: return code or output parameters. For more information about each of these data retrieval options, see the "Data output and retrieval options" section.The syntax details presented in this section describe how you to run and close a stored procedure in the ORACLE data source.
This is the syntax for the
RUN STORED-PROCstatement to execute an RDBMS stored procedure without theLOAD-RESULT-INTOphrase:
This type of syntax expression requires the explicit
CLOSESTORED–PROCstatement. This is the partial syntax for theCLOSESTORED–PROCstatement:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |